home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / handy11.zip / WHATS.NEW < prev   
Text File  |  1992-05-08  |  10KB  |  265 lines

  1.  
  2.                               -=( What's new )=-
  3.  
  4. Very quick 1.1Bx docu:
  5.  
  6. To use handyman, rename the .DEM file into .INI and edit the parameters
  7. in this file.
  8.  
  9. ----->8----
  10. Version 1.1B0
  11.  
  12. - Changed some little details.
  13.  
  14. - Added a Drop to Dos option for the events... (AND THE EVENTS ONLY!)
  15.   Put a @45 in the program field and handyman drops to dos with exitlevel
  16.   45.. As simple as that...
  17.  
  18. Oke. No complains for almost 3 whole days.. WOW!... Guess that means that
  19. Handy is almost ready for release! consider this the pre-release version..
  20.  
  21.  
  22. Version 1.1BN
  23.  
  24. - ShowLast user per line now shows the day too.
  25. - it's possible to see the ALT-U info for the last user, after he/she did
  26.   logoff
  27. - Added the OTHERVIP keyword. Use it if you want to use an other VIP file.
  28.   (f.e. The VIP.CTL)
  29.  
  30.  
  31. Version 1.1BM
  32.  
  33. - Did some more work on the editor.
  34. - The MsgFile are back. See the TOOLS -> MSGFILES sub menu.
  35.  
  36. Version 1.1BL
  37.  
  38. - Rewrote the editor. It's still very basic, not even a function to delete
  39.   a whole line, but at least it has the basic functions like wrap.
  40. - The UsedDoes on the statline shows which node it belongs to. (temporarily)
  41.   Please remember that the updating of the statline/userinfo sometimes
  42.   is delayed. Logging off is detected sooner than the new info in the
  43.   UserDoes. This due to the usage of the semafore's RA provides..
  44. - Press the spacebar to force the reading of the UserOn.BBS
  45.  
  46. Version 1.1BK
  47.  
  48. - Hmpz... Forgot to apply the smartness regarding BAT and BTM to externals.
  49.   Solved..
  50. - Added the ChkDoesAlways toggle to the INI file. If found, handy looks for
  51.   the userdoes file regardless of the statusvalue in the useron.bbs. This can
  52.   degrade performance quite a bit...
  53. - Made a lot of little internal changes
  54. - Implemented Ralf Brown's Spawno41 library. Leaves only some 350 bytes when
  55.   swapping to DOS or an external..
  56.  
  57.  
  58. Version 1.1BJ
  59.  
  60. - Made the eventhandler a little smarter. If the extention of the program
  61.   is BAT or BTM the command interpreter is used. You can still force the
  62.   use of the comspec defined interpreter by putting a ! in front of the
  63.   name. So:
  64.  
  65.      Z:\MAINTAIN.BAT is started as C:\4dos.com /C Z:\Maintain.bat
  66.      !TEST.EXE       is started as C:\4dos.com /C test.exe
  67.      TEST.EXE        is started as just plain test.exe
  68.  
  69. - Added Day Of the Week support to the events.
  70.  
  71.  
  72. Version 1.1BI
  73.  
  74. - Forgot a clear en of line after the user logged of and the dark lastcaller
  75.   info was shown. Also added the [] to the lastcaller if s/he was a vip.
  76. - Implemented an eventmanager. You can set daily events under the option
  77.   menu. For every event you can give a:
  78.  
  79.    Description: Little reminder for yo
  80.    Time       : The Time when the event should occur in HH:MM format.
  81.                 (so also 09:30, 03:20!)
  82.    Program    : This can be an executable or a batchfile. If it is a
  83.                 batchfile put a ! in the first possition. F.e.:
  84.                    !Z:\Maintain.bat
  85.                    Z:\RA\RAUser.exe
  86.    Parameters : The parameters for the program.
  87.    Do Event   : To turn an event on/off.
  88.  
  89.    You can handle up to 16 events, and there is always a 00:00 event
  90.    which does nothing more than to check for the next event on the new
  91.    day.
  92.  
  93.    There's also a event info window under the Info menu where you can see
  94.    which event is next, at what time and how much time there is left.
  95.  
  96.    Events are semi-forced, if you are in a menu or shelled to dos,
  97.    the event is run at the moment that Handyman starts showing the useron
  98.    info again. If you were at dos, and fired up handyman, the next event
  99.    is used. This option is mostly for running daily events in a network
  100.    environment. Couldn't find a decent eventhandler which I could run
  101.    from the server...
  102.  
  103. Version 1.1BG/H
  104.  
  105. - An other attempt at the UserDoesbug.
  106. - Added an buildin editor for longer online messages. You can adjust a number
  107.   of parameters from withing the INI file. The editor can handle up to 20 line
  108.   and is fairly simple....
  109.  
  110. Version 1.1BF
  111.  
  112. - Smashed the UserDoes bug
  113. - Smasher an IO error bug which showed only a red error window when the
  114.   config.ra wasn't found
  115. - Changed the ALT-Q (Quit) into ALT-X for concistancy with other programs.
  116.   (f.e. LittCom..;)
  117.  
  118.  
  119. Version 1.1BE
  120.  
  121. - Removed some bugs.
  122. - Added the ALT-S as shortcut for the System Info
  123.  
  124.  
  125. Version 1.1BD
  126.  
  127. - Added an EnvVar view window to handyman. You can see the value of up to
  128.   20 environment variables now. This can be used for messages from batch
  129.   files and such.
  130. - Reprogrammed the timer routines. They now handle the 00:00 rollover
  131.   correctly as far as I can see.
  132.  
  133. Version 1.1BC
  134.  
  135. - Removed the LastCall list bug.
  136. - Changed the lastcall info window, it handles the 20 lines now by splitting
  137.   the list in 2 screens full.
  138. - Changed the security behavior somewhat. If you enter the password, the
  139.   keyboard is unlocked for the KeyLock time defined in the INI File. The
  140.   bloody password was getting on my nerves!
  141.  
  142. Version 1.1BB
  143.  
  144. - Some minor changes..
  145.  
  146. Version 1.1BA
  147.  
  148. - Added a DoClock toggle to the INI file. If found there's a little clock
  149.   on screen.
  150. - Added an extra VIP check. If a user was replaced quick enough, the old VIP
  151.   status wasn't removed. Now Handy checks if the names are the same too..
  152.  
  153.  
  154. Version 1.1B9
  155.  
  156. - Added the total amount of minutes used until now in the
  157.   lastcall-userinfo window. Also changed the methode of calculation
  158.   of the avarage time per user.
  159.  
  160.  
  161. Version 1.1B8
  162.  
  163. - Per accident I removed the code to read the SHOWLAST toggle in the
  164.   INI file..
  165.  
  166. Version 1.1B7
  167.  
  168. - Forgot to change the Init code for some internal changes. Result:
  169.   Whenever you pressed ALT-U, you got the sysop's userinfo..;-)
  170. - Changed the clock routines to a more failsave and DV friendly
  171.   routine. Be sure to reset your computer once every 3.5 years or so
  172.   though...;-)
  173. - Added the DoesOnStat toggle to the ini file. If set, handyman shows the
  174.   userdoes info instead of the statline whenever there is a UserDoes
  175.   file for the selected line.
  176. - Added a MAKENOISE keyword to the INI file. If used, HandyMan makes noise.
  177.   Default is off! (And the noise isn't that exciting yet anyhow..;)
  178. - Added VIP support. Make a file HANDYMAN.VIP in the Handyman directory
  179.   and write a name per line. Make sure the line is written exacly the same
  180.   as in the USERS.BBS (although case doesn't matter).
  181.   Handyman beeps (If you have the noise turned on) and shows the name
  182.   of the VIP between [].
  183.   You can add a  user to the VIP file from withing handyman by putting
  184.   the cursorline on his name and pressing ALT-V
  185.  
  186.  
  187. Version 1.1B6
  188.  
  189. - Removed some BIG bugs
  190. - Started to implement some new features. But since this version seems to be
  191.   reasonal stable, and I'm bored of it for the moment, I send it anyhow..;-)
  192.   Maybe you get a few days to play with it this time..;))
  193.   b.t.w. The send msgfile function doesn't do anything yet.
  194.  
  195. Version 1.1B5
  196.  
  197. - Added an option to show the last user on a waiting line.
  198. - Added options to the INI file.
  199. - Removed some bugs.
  200.      * To short SysDoes strings
  201.      * Days between dates error when looking at the timelog graph many
  202.        times in a row.
  203.  
  204. Version 1.1B4
  205.  
  206. - Added a INI file. See the file for details about the configuration.
  207. - Added a TimeLog graph per line. Use the ALT-G hot key or the menu
  208.   item under the INFO choice. Note: This graph gives absolute values.
  209.   not the glorified, re-scalled, stuff RA shows! So it possibly looks
  210.   a little different from what you expect..;-)
  211. - Rearranged the info- pulldown menu somewhat.
  212.  
  213.  
  214.  
  215. Version 1.1B3
  216.  
  217. - Added lastcall.bbs statistics to HandyMan. (Use INFO->CALLERS)
  218.   The graph shows a usage graph which is color coded in time. The basic
  219.   time-block is 20 minutes, and the lighter the color, the more it was
  220.   used. (In 5 minute steps) On the left side are the nodenumbers.
  221.   The second menu choice shows some daily statistics for each node.
  222.   The 3th choice shows a list of the callers that day.
  223.  
  224.  
  225. Version 1.1B2
  226.  
  227. - Implemented security features. If RA has a keyboard password, this password
  228.   is also used for Handyman. You can disable the password with the ALT-L
  229.   key. (After entering the password off course.. ;-)
  230.   If you don't touch the keyboard for a while, the lock is activated
  231.   again. You can also use a password for the external utilities.
  232.   Every util has it's own password field. The password is required for
  233.   editing and starting the util.
  234.  
  235.  
  236. Version 1.1B1
  237.  
  238. - Handyman now has a timeout for the menu. If you're in the menu and you don't
  239.   press a key for a while, the program goes back to showing what's going on.
  240.   There's also a 30 seconds timeout for the selection bar. If you don't press
  241.   a key for 30 seconds, the bar disappears and only the linenumber (and tag)
  242.   is shown in red. The bar was in my way most of the time..;-)
  243.   b.t.w. The timeout time for the menu is the same as the timeout time for
  244.   users in RA.
  245.  
  246. - When a KEY file is found in the RA directory, handyman shows if a line is
  247.   down. (Using the RAREADY.<node> semafore). The RABUSY.<Node> is used to
  248.   show if a user is logging in. Sorry, don't know yet how to detect the
  249.   professional version.. Just put a 0-file RA.KEY in the RA directory when
  250.   you use the pro version for now..
  251.  
  252. - Changed the color scheme of the info windows and removed the references to
  253.   the partydoor. It will take some time before thatone is released. And when it
  254.   is, it's working different...;-)
  255.  
  256. - Added a option to set the paging options. Pitty enough RA only reads the
  257.   PAGING.RA file after a type 7, type 15 or when fired up.. To bad..
  258.  
  259. - Added the ESC key to get into the menu.
  260.  
  261. - Cleaned up the userinfo window. Look much better now.
  262.  
  263. - Removed some bugs etc.
  264.  
  265.